*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 15:40:23 +0000 (15:40 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 15:40:23 +0000 (15:40 +0000)
src/ChangeLog

index 77468a9d14cfcd67d54ce5323ef6ea2549b5d654..ff63eb318a37a820ab220392a945fb22e93491ac 100644 (file)
@@ -1,8 +1,9 @@
 2003-01-12  Kim F. Storm  <storm@cua.dk>
 
-       * alloc.c (pure_alloc): Corrected last change; now align the
-       pointer and adjust the size rather than aligning the size and
-       adjusting the pointer.  Use a goto to handle overflow exception.
+       * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
+       crashes).  Code rewritten and simplified.  Now directly aligns the
+       pointer and recalculates pure_bytes_used, rather than aligning the
+       size and adjusting the pointer.
 
 2003-01-11  Kim F. Storm  <storm@cua.dk>